3.4.64 \(\int \frac {\cos ^3(e+f x)}{(a+b \sin ^2(e+f x))^{5/2}} \, dx\) [364]

Optimal. Leaf size=73 \[ \frac {\cos ^2(e+f x) \sin (e+f x)}{3 a f \left (a+b \sin ^2(e+f x)\right )^{3/2}}+\frac {2 \sin (e+f x)}{3 a^2 f \sqrt {a+b \sin ^2(e+f x)}} \]

[Out]

1/3*cos(f*x+e)^2*sin(f*x+e)/a/f/(a+b*sin(f*x+e)^2)^(3/2)+2/3*sin(f*x+e)/a^2/f/(a+b*sin(f*x+e)^2)^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.06, antiderivative size = 73, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 25, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.120, Rules used = {3269, 386, 197} \begin {gather*} \frac {2 \sin (e+f x)}{3 a^2 f \sqrt {a+b \sin ^2(e+f x)}}+\frac {\sin (e+f x) \cos ^2(e+f x)}{3 a f \left (a+b \sin ^2(e+f x)\right )^{3/2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Cos[e + f*x]^3/(a + b*Sin[e + f*x]^2)^(5/2),x]

[Out]

(Cos[e + f*x]^2*Sin[e + f*x])/(3*a*f*(a + b*Sin[e + f*x]^2)^(3/2)) + (2*Sin[e + f*x])/(3*a^2*f*Sqrt[a + b*Sin[
e + f*x]^2])

Rule 197

Int[((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[x*((a + b*x^n)^(p + 1)/a), x] /; FreeQ[{a, b, n, p}, x] &
& EqQ[1/n + p + 1, 0]

Rule 386

Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_.), x_Symbol] :> Simp[(-x)*(a + b*x^n)^(p + 1)*(
(c + d*x^n)^q/(a*n*(p + 1))), x] - Dist[c*(q/(a*(p + 1))), Int[(a + b*x^n)^(p + 1)*(c + d*x^n)^(q - 1), x], x]
 /; FreeQ[{a, b, c, d, n, p}, x] && NeQ[b*c - a*d, 0] && EqQ[n*(p + q + 1) + 1, 0] && GtQ[q, 0] && NeQ[p, -1]

Rule 3269

Int[cos[(e_.) + (f_.)*(x_)]^(m_.)*((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)]^2)^(p_.), x_Symbol] :> With[{ff = Free
Factors[Sin[e + f*x], x]}, Dist[ff/f, Subst[Int[(1 - ff^2*x^2)^((m - 1)/2)*(a + b*ff^2*x^2)^p, x], x, Sin[e +
f*x]/ff], x]] /; FreeQ[{a, b, e, f, p}, x] && IntegerQ[(m - 1)/2]

Rubi steps

\begin {align*} \int \frac {\cos ^3(e+f x)}{\left (a+b \sin ^2(e+f x)\right )^{5/2}} \, dx &=\frac {\text {Subst}\left (\int \frac {1-x^2}{\left (a+b x^2\right )^{5/2}} \, dx,x,\sin (e+f x)\right )}{f}\\ &=\frac {\cos ^2(e+f x) \sin (e+f x)}{3 a f \left (a+b \sin ^2(e+f x)\right )^{3/2}}+\frac {2 \text {Subst}\left (\int \frac {1}{\left (a+b x^2\right )^{3/2}} \, dx,x,\sin (e+f x)\right )}{3 a f}\\ &=\frac {\cos ^2(e+f x) \sin (e+f x)}{3 a f \left (a+b \sin ^2(e+f x)\right )^{3/2}}+\frac {2 \sin (e+f x)}{3 a^2 f \sqrt {a+b \sin ^2(e+f x)}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.08, size = 51, normalized size = 0.70 \begin {gather*} \frac {3 a \sin (e+f x)-(a-2 b) \sin ^3(e+f x)}{3 a^2 f \left (a+b \sin ^2(e+f x)\right )^{3/2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Cos[e + f*x]^3/(a + b*Sin[e + f*x]^2)^(5/2),x]

[Out]

(3*a*Sin[e + f*x] - (a - 2*b)*Sin[e + f*x]^3)/(3*a^2*f*(a + b*Sin[e + f*x]^2)^(3/2))

________________________________________________________________________________________

Maple [A]
time = 24.44, size = 120, normalized size = 1.64

method result size
default \(\frac {\sin \left (f x +e \right ) \sqrt {-b \left (\cos ^{2}\left (f x +e \right )\right )+\frac {a \,b^{2}+b^{3}}{b^{2}}}\, \left (a \left (\cos ^{2}\left (f x +e \right )\right )-2 b \left (\cos ^{2}\left (f x +e \right )\right )+2 a +2 b \right )}{3 a^{2} \left (b^{2} \left (\cos ^{4}\left (f x +e \right )\right )-2 a b \left (\cos ^{2}\left (f x +e \right )\right )-2 b^{2} \left (\cos ^{2}\left (f x +e \right )\right )+a^{2}+2 a b +b^{2}\right ) f}\) \(120\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(f*x+e)^3/(a+b*sin(f*x+e)^2)^(5/2),x,method=_RETURNVERBOSE)

[Out]

1/3/a^2/(b^2*cos(f*x+e)^4-2*a*b*cos(f*x+e)^2-2*b^2*cos(f*x+e)^2+a^2+2*a*b+b^2)*sin(f*x+e)*(-b*cos(f*x+e)^2+(a*
b^2+b^3)/b^2)^(1/2)*(a*cos(f*x+e)^2-2*b*cos(f*x+e)^2+2*a+2*b)/f

________________________________________________________________________________________

Maxima [A]
time = 0.28, size = 115, normalized size = 1.58 \begin {gather*} \frac {\frac {2 \, \sin \left (f x + e\right )}{\sqrt {b \sin \left (f x + e\right )^{2} + a} a^{2}} + \frac {\sin \left (f x + e\right )}{{\left (b \sin \left (f x + e\right )^{2} + a\right )}^{\frac {3}{2}} a} + \frac {\sin \left (f x + e\right )}{{\left (b \sin \left (f x + e\right )^{2} + a\right )}^{\frac {3}{2}} b} - \frac {\sin \left (f x + e\right )}{\sqrt {b \sin \left (f x + e\right )^{2} + a} a b}}{3 \, f} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(f*x+e)^3/(a+b*sin(f*x+e)^2)^(5/2),x, algorithm="maxima")

[Out]

1/3*(2*sin(f*x + e)/(sqrt(b*sin(f*x + e)^2 + a)*a^2) + sin(f*x + e)/((b*sin(f*x + e)^2 + a)^(3/2)*a) + sin(f*x
 + e)/((b*sin(f*x + e)^2 + a)^(3/2)*b) - sin(f*x + e)/(sqrt(b*sin(f*x + e)^2 + a)*a*b))/f

________________________________________________________________________________________

Fricas [A]
time = 0.58, size = 107, normalized size = 1.47 \begin {gather*} \frac {{\left ({\left (a - 2 \, b\right )} \cos \left (f x + e\right )^{2} + 2 \, a + 2 \, b\right )} \sqrt {-b \cos \left (f x + e\right )^{2} + a + b} \sin \left (f x + e\right )}{3 \, {\left (a^{2} b^{2} f \cos \left (f x + e\right )^{4} - 2 \, {\left (a^{3} b + a^{2} b^{2}\right )} f \cos \left (f x + e\right )^{2} + {\left (a^{4} + 2 \, a^{3} b + a^{2} b^{2}\right )} f\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(f*x+e)^3/(a+b*sin(f*x+e)^2)^(5/2),x, algorithm="fricas")

[Out]

1/3*((a - 2*b)*cos(f*x + e)^2 + 2*a + 2*b)*sqrt(-b*cos(f*x + e)^2 + a + b)*sin(f*x + e)/(a^2*b^2*f*cos(f*x + e
)^4 - 2*(a^3*b + a^2*b^2)*f*cos(f*x + e)^2 + (a^4 + 2*a^3*b + a^2*b^2)*f)

________________________________________________________________________________________

Sympy [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: SystemError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(f*x+e)**3/(a+b*sin(f*x+e)**2)**(5/2),x)

[Out]

Exception raised: SystemError >> excessive stack use: stack is 5987 deep

________________________________________________________________________________________

Giac [A]
time = 0.68, size = 58, normalized size = 0.79 \begin {gather*} -\frac {{\left (\frac {{\left (a b - 2 \, b^{2}\right )} \sin \left (f x + e\right )^{2}}{a^{2} b} - \frac {3}{a}\right )} \sin \left (f x + e\right )}{3 \, {\left (b \sin \left (f x + e\right )^{2} + a\right )}^{\frac {3}{2}} f} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(f*x+e)^3/(a+b*sin(f*x+e)^2)^(5/2),x, algorithm="giac")

[Out]

-1/3*((a*b - 2*b^2)*sin(f*x + e)^2/(a^2*b) - 3/a)*sin(f*x + e)/((b*sin(f*x + e)^2 + a)^(3/2)*f)

________________________________________________________________________________________

Mupad [B]
time = 23.81, size = 183, normalized size = 2.51 \begin {gather*} -\frac {2\,{\mathrm {e}}^{e\,1{}\mathrm {i}+f\,x\,1{}\mathrm {i}}\,\left ({\mathrm {e}}^{e\,2{}\mathrm {i}+f\,x\,2{}\mathrm {i}}-1\right )\,\sqrt {a+b\,{\left (\frac {{\mathrm {e}}^{-e\,1{}\mathrm {i}-f\,x\,1{}\mathrm {i}}\,1{}\mathrm {i}}{2}-\frac {{\mathrm {e}}^{e\,1{}\mathrm {i}+f\,x\,1{}\mathrm {i}}\,1{}\mathrm {i}}{2}\right )}^2}\,\left (a\,1{}\mathrm {i}-b\,2{}\mathrm {i}+a\,{\mathrm {e}}^{e\,2{}\mathrm {i}+f\,x\,2{}\mathrm {i}}\,10{}\mathrm {i}+a\,{\mathrm {e}}^{e\,4{}\mathrm {i}+f\,x\,4{}\mathrm {i}}\,1{}\mathrm {i}+b\,{\mathrm {e}}^{e\,2{}\mathrm {i}+f\,x\,2{}\mathrm {i}}\,4{}\mathrm {i}-b\,{\mathrm {e}}^{e\,4{}\mathrm {i}+f\,x\,4{}\mathrm {i}}\,2{}\mathrm {i}\right )}{3\,a^2\,f\,{\left (b-4\,a\,{\mathrm {e}}^{e\,2{}\mathrm {i}+f\,x\,2{}\mathrm {i}}-2\,b\,{\mathrm {e}}^{e\,2{}\mathrm {i}+f\,x\,2{}\mathrm {i}}+b\,{\mathrm {e}}^{e\,4{}\mathrm {i}+f\,x\,4{}\mathrm {i}}\right )}^2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(e + f*x)^3/(a + b*sin(e + f*x)^2)^(5/2),x)

[Out]

-(2*exp(e*1i + f*x*1i)*(exp(e*2i + f*x*2i) - 1)*(a + b*((exp(- e*1i - f*x*1i)*1i)/2 - (exp(e*1i + f*x*1i)*1i)/
2)^2)^(1/2)*(a*1i - b*2i + a*exp(e*2i + f*x*2i)*10i + a*exp(e*4i + f*x*4i)*1i + b*exp(e*2i + f*x*2i)*4i - b*ex
p(e*4i + f*x*4i)*2i))/(3*a^2*f*(b - 4*a*exp(e*2i + f*x*2i) - 2*b*exp(e*2i + f*x*2i) + b*exp(e*4i + f*x*4i))^2)

________________________________________________________________________________________